专业字典>英语词典>runtime error翻译和用法

runtime error

运行时错误

英英释义

noun

双语例句

  • Because the package name is different, the search for the new package at runtime results in an error since it isn't bound to the database ( as in the previous examples).
    由于包的名称不同,在运行时搜索这个新的包时将得到一个错误,因为它没有被绑定到数据库(和在前面的例子中一样)。
  • Global error handling: The most requested feature by those developing applications for the Flash runtime is a mechanism for global error handing.
    全局错误处理:针对Flash运行时进行应用开发的开发者最希望加入的特性就是全局错误处理机制。
  • You can throw any kind of exception you like checked, runtime, or error as long as the method signature supports it.
    可以抛出您需要的任何类型的异常(已检查、运行时或错误),只要方法签名支持它即可。
  • It captures and discards application runtime error to enhance the system's stability;
    通过捕捉并抛出系统运行时的异常错误提高了系统的稳定性;
  • OpenLaszlo comes equipped with an enhanced debugging tool that allows the developer to view runtime error messages, evaluate variable values, etc.
    OpenLaszlo附带了一个增强的调试工具,它使开发人员可以查看运行时错误消息、查看变量值等等。
  • Creates a runtime error, as it refers to a non-existing element.
    会创建运行时错误,因为它引用不存在的元素。
  • When a solid regression suite is present for testing the application, incorporating a runtime error detection tool such as Purify in it is a smart thing to do.
    在测试应用程序时存在稳定的回归测试时,引入类似Purify的运行时错误检查工具就是比较明智的事情。
  • Although runtime error handling is optional, handling runtime errors is especially important when sharing data across tests.
    尽管运行时错误处理只是可选的,但是在测试之间共享数据时,处理运行时错误就变得十分重要了。
  • Debug logs are compiled in but stripped at runtime. Error, warning and info logs are always kept.
    调试日志只在程序运行时候出现。错误,警告和一般信息日志一直都在。
  • When a program terminates due to a runtime error, it displays an error code and the address at which the error occurred.
    当一个程序由于运行期间错误而终止时,它会显示一个错误号和错误地址在错误发生时。